home *** CD-ROM | disk | FTP | other *** search
/ More MacCube 1: Arcade Games / More MacCube Vol 1 Arcade Games.bin / Games⁄Arcade / Bolo / More information / Sample Code / Std Autopilot / BF_Events.h < prev    next >
Encoding:
Text File  |  1995-01-01  |  640 b   |  20 lines  |  [TEXT/KAHL]

  1. // Bolo code (C) Stuart Cheshire <cheshire@cs.stanford.edu> 1987-1994.
  2. // All rights reserved. This code is owned by Stuart Cheshire and is donated
  3. // free of charge for non-commercial use. You may not use this code in any
  4. // product sold for commercial profit, except shareware priced at $25 or less.
  5.  
  6. #include <Types.h>
  7. #include <Menus.h>
  8. #include <Dialogs.h>
  9.  
  10. import MenuHandle AppleMenu;
  11. import MenuHandle FileMenu;
  12. import MenuHandle EditMenu;
  13. import MenuHandle BFMenu;
  14.  
  15. import Boolean WNE_Busy;
  16. import Boolean WNE_Intensive;
  17.  
  18. import OSErr openwindow(void);
  19. import Boolean handle_next_event(ModalFilterProcPtr FilterProc, short *item);
  20.